searchbar: use gtk_search_bar_connect_entry() in documentation.
authorChristian Hergert <christian@hergert.me>
Sat, 3 Aug 2013 13:13:27 +0000 (15:13 +0200)
committerChristian Hergert <christian@hergert.me>
Sat, 3 Aug 2013 13:13:27 +0000 (15:13 +0200)
gtk/gtksearchbar.c

index c0039ff419dfa7f282ab10ad41d13d1308766aec..d1c0eb242323df91e11baa49ab24451d1b97173d 100644 (file)
@@ -71,7 +71,7 @@
  * gtk_container_add (GTK_CONTAINER (searchbar), box);
  *
  * /<!---->* And tell the search bar about the search entry *<---->/
- * gtk_search_bar_set_search_entry (GTK_SEARCH_BAR (bar), entry);
+ * gtk_search_bar_connect_entry (GTK_SEARCH_BAR (bar), entry);
  * ]]></programlisting>
  * </example>
  *